Qa dashboard UI fixes - #78
Merged
Merged
Conversation
Replace single w-[40%] on Status with explicit percentage widths on all columns so gaps are uniform after removing the Late column. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…provements - Add week navigation (prev/next arrows) to Weekly Progress card and chart - Smooth chart transitions with keepPreviousData instead of flash on refetch - Fix task names not displaying in time entries listing (task.title → task.name) - Replace task dropdown with free-text input for employee-defined tasks - Add text truncation with ellipsis for long task names - Fix task not updating when editing manual time entry (task_name support in update) - Only reset approval status on time changes, not task/notes edits - Support overnight (cross-midnight) time entries in manual entry form Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Conflict: the attendance table header. This branch gave every column an explicit width; develop restored the Late column behind the owner-only `canSeeLate` gate. Kept both — Late is back and still gated, and it carries a width like every other column. Dropped develop's 40%-on-Status hack, which only existed to absorb the missing Late column's space and is redundant now that all columns are sized.
`tasks` has only ever had a `name` column, and TimeEntryController serializes the model directly, so `task.title` was always undefined. Three files declared it anyway: time/page.tsx typed `title` while reading `name`, which failed the build, and dashboard/page.tsx read `title` alone, so the timesheet rendered "No task" for every entry that had one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.